Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow app updating #171

Merged
merged 2 commits into from
Aug 4, 2024
Merged

Allow app updating #171

merged 2 commits into from
Aug 4, 2024

Conversation

npentrel
Copy link
Contributor

@npentrel npentrel commented Jun 23, 2024

Fixes #124.
Because we currently don't store the version (we do in the toml but adding regex checking into this feels error-prone), the first time a user runs upgrade they'll get all installed apps. The versions then get stored in the metadata.json and from there it will only list apps if there are apps to be updated.

This is easier to test if you rebase off of #167

@npentrel
Copy link
Contributor Author

npentrel commented Jun 26, 2024

@MatthewWilkes this is also ready to merge if you want to approve

@npentrel npentrel merged commit 24e2422 into emfcamp:main Aug 4, 2024
3 checks passed
@npentrel npentrel deleted the 124 branch August 4, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update mechanism for apps
3 participants